projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d55af07
)
rockchip: rk3368: add ENV_MEM_LAYOUT to extra env settings
author
Andy Yan
<
[email protected]
>
Mon, 4 Sep 2017 12:32:23 +0000
(20:32 +0800)
committer
Philipp Tomsich
<
[email protected]
>
Mon, 18 Sep 2017 18:40:36 +0000
(20:40 +0200)
Add the ENV_MEM_LAYOUT_SETTINGS to CONFIG_EXTRA_ENV_SETTINGS
Signed-off-by: Andy Yan <
[email protected]
>
Acked-by: Philipp Tomsich <
[email protected]
>
Reviewed-by: Philipp Tomsich <
[email protected]
>
include/configs/rk3368_common.h
patch
|
blob
|
history
diff --git
a/include/configs/rk3368_common.h
b/include/configs/rk3368_common.h
index 8cba92c56de225b03b07418f5b9d05bc15ba1c3f..8b4155f37caa27ed09fa24aeee286d431c10fb67 100644
(file)
--- a/
include/configs/rk3368_common.h
+++ b/
include/configs/rk3368_common.h
@@
-51,6
+51,7
@@
#include <config_distro_bootcmd.h>
#define CONFIG_EXTRA_ENV_SETTINGS \
+ ENV_MEM_LAYOUT_SETTINGS \
BOOTENV
#endif